var testing.cpuList

10 uses

	testing (current package)
		benchmark.go#L680: 	for _, procs := range cpuList {
		benchmark.go#L723: 	for i, procs := range cpuList {
		fuzz.go#L487: 	for _, procs := range cpuList {
		testing.go#L511: 	cpuList     []int
		testing.go#L2249: 	for _, procs := range cpuList {
		testing.go#L2518: 		cpuList = append(cpuList, cpu)
		testing.go#L2520: 	if cpuList == nil {
		testing.go#L2521: 		cpuList = append(cpuList, runtime.GOMAXPROCS(-1))